Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation for contact form #210

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Validation for contact form #210

wants to merge 4 commits into from

Conversation

hallehau
Copy link
Collaborator

No description provided.

Copy link

vercel bot commented Apr 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
the-lantern ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 26, 2024 10:59pm

Copy link
Collaborator

@tlai18 tlai18 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Halle I made a comment can you take a look!

@@ -21,8 +21,6 @@ export default function Contact() {
tempFormData[key] = value.toString();
});

setFormData(tempFormData); // Store form data for later submission
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Halle! I noticed you remove these lines of code and may be conflicting with its current functionality, can you take a look at this. After hitting the submit button a confirmation modal should pop up but right now that is not happening!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants